home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Encoding:
Text File  |  1999-02-01  |  18.5 KB  |  733 lines

  1. object FrmOptions: TFrmOptions
  2.   Left = 220
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 310
  7.   ClientWidth = 419
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TButton
  20.     Left = 176
  21.     Top = 280
  22.     Width = 73
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 256
  31.     Top = 280
  32.     Width = 73
  33.     Height = 25
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object tnbOptions: TTabbedNotebook
  39.     Left = 8
  40.     Top = 8
  41.     Width = 401
  42.     Height = 265
  43.     TabFont.Charset = DEFAULT_CHARSET
  44.     TabFont.Color = clBtnText
  45.     TabFont.Height = -11
  46.     TabFont.Name = 'MS Sans Serif'
  47.     TabFont.Style = []
  48.     ParentShowHint = False
  49.     ShowHint = False
  50.     TabOrder = 3
  51.     object TTabPage
  52.       Left = 4
  53.       Top = 24
  54.       Caption = 'General'
  55.       object cbTipAssistant: TCheckBox
  56.         Left = 216
  57.         Top = 40
  58.         Width = 161
  59.         Height = 17
  60.         Hint = 'Do you want to see the Tip Assistant every startup ?'
  61.         Caption = 'Show &Tip Assistant at startup'
  62.         ParentShowHint = False
  63.         ShowHint = True
  64.         TabOrder = 3
  65.       end
  66.       object cbNewDoc: TCheckBox
  67.         Left = 8
  68.         Top = 40
  69.         Width = 163
  70.         Height = 17
  71.         Hint = 'Open a new document at startup ?'
  72.         Caption = '&New document at startup'
  73.         ParentShowHint = False
  74.         ShowHint = True
  75.         TabOrder = 2
  76.       end
  77.       object cbLowerCase: TCheckBox
  78.         Left = 8
  79.         Top = 96
  80.         Width = 153
  81.         Height = 17
  82.         Hint = 'Indicates whether to insert all tags lowercase or not'
  83.         Caption = 'Insert tags &lowercase'
  84.         ParentShowHint = False
  85.         ShowHint = True
  86.         TabOrder = 6
  87.       end
  88.       object cbWordWrap: TCheckBox
  89.         Left = 8
  90.         Top = 16
  91.         Width = 81
  92.         Height = 17
  93.         Hint = 'Indicates whether word wrap is disabled or enabled by default'
  94.         Caption = '&Word wrap'
  95.         ParentShowHint = False
  96.         ShowHint = True
  97.         TabOrder = 0
  98.       end
  99.       object cbEmptyAlt: TCheckBox
  100.         Left = 8
  101.         Top = 120
  102.         Width = 249
  103.         Height = 17
  104.         Hint = 'Insert empty ALT attribute with images dropped from the filer ?'
  105.         Caption = 'Insert empty &ALT attribute with dropped images'
  106.         ParentShowHint = False
  107.         ShowHint = True
  108.         TabOrder = 7
  109.       end
  110.       object cbMakeBackupCopies: TCheckBox
  111.         Left = 216
  112.         Top = 64
  113.         Width = 129
  114.         Height = 17
  115.         Hint = 'Keep a backup copy of the document everytime you save it ?'
  116.         Caption = 'Make &backup copies'
  117.         ParentShowHint = False
  118.         ShowHint = True
  119.         TabOrder = 5
  120.       end
  121.       object cbSaveBeforePreview: TCheckBox
  122.         Left = 8
  123.         Top = 64
  124.         Width = 137
  125.         Height = 17
  126.         Hint = 'Save file before launching browser'
  127.         Caption = '&Save file before preview'
  128.         ParentShowHint = False
  129.         ShowHint = True
  130.         TabOrder = 4
  131.       end
  132.       object cbChangeDirOnActivate: TCheckBox
  133.         Left = 8
  134.         Top = 144
  135.         Width = 265
  136.         Height = 17
  137.         Hint = 
  138.           'Change the directory shown in the Filer'#13'automatically to the loc' +
  139.           'ation of a document'#13'when activating it|Change the directory show' +
  140.           'n in the Filer automatically to the location of a document when ' +
  141.           'activating '
  142.         Caption = 'Change &Filer directory upon activation of MDI child'
  143.         ParentShowHint = False
  144.         ShowHint = True
  145.         TabOrder = 8
  146.       end
  147.       object cbMaximizeChildrenUponCreation: TCheckBox
  148.         Left = 8
  149.         Top = 168
  150.         Width = 217
  151.         Height = 17
  152.         Hint = 
  153.           'Indicates whether to maximize the editing'#13'windows upon their cre' +
  154.           'ation or to leave them'#13'in normal size|'
  155.         Caption = '&Maximize editing windows upon creation'
  156.         ParentShowHint = False
  157.         ShowHint = True
  158.         TabOrder = 9
  159.       end
  160.       object cbSyntaxHighlight: TCheckBox
  161.         Left = 216
  162.         Top = 16
  163.         Width = 113
  164.         Height = 17
  165.         Hint = 'Enable syntax highlighting ?'
  166.         Caption = 'Syntax highlighting'
  167.         ParentShowHint = False
  168.         ShowHint = True
  169.         TabOrder = 1
  170.       end
  171.       object cbAllowTextDragAndDrop: TCheckBox
  172.         Left = 8
  173.         Top = 192
  174.         Width = 137
  175.         Height = 17
  176.         Hint = 'Allow moving text via drag and drop'
  177.         Caption = 'Allow text drag and drop'
  178.         ParentShowHint = False
  179.         ShowHint = True
  180.         TabOrder = 10
  181.       end
  182.     end
  183.     object TTabPage
  184.       Left = 4
  185.       Top = 24
  186.       Caption = 'Toolbars'
  187.       object cbStandard: TCheckBox
  188.         Left = 8
  189.         Top = 16
  190.         Width = 113
  191.         Height = 17
  192.         Hint = 'Indicates whether to show the Standard Speedbar or not'
  193.         Caption = '&Standard Speedbar'
  194.         ParentShowHint = False
  195.         ShowHint = True
  196.         TabOrder = 0
  197.       end
  198.       object cbTags: TCheckBox
  199.         Left = 8
  200.         Top = 40
  201.         Width = 121
  202.         Height = 17
  203.         Hint = 'Indicates whether to show the Tags Toolbar or not'
  204.         Caption = 'HTML &Tags'
  205.         ParentShowHint = False
  206.         ShowHint = True
  207.         TabOrder = 1
  208.       end
  209.       object cbColors: TCheckBox
  210.         Left = 8
  211.         Top = 64
  212.         Width = 97
  213.         Height = 17
  214.         Hint = 'Indicates whether to show the Color Speedbar or not'
  215.         Caption = '&Color Speedbar'
  216.         ParentShowHint = False
  217.         ShowHint = True
  218.         TabOrder = 2
  219.       end
  220.       object cbStatusLine: TCheckBox
  221.         Left = 8
  222.         Top = 88
  223.         Width = 80
  224.         Height = 17
  225.         Hint = 'Indicates whether to show the Status Line or not'
  226.         Caption = 'Status &Line'
  227.         ParentShowHint = False
  228.         ShowHint = True
  229.         TabOrder = 3
  230.       end
  231.     end
  232.     object TTabPage
  233.       Left = 4
  234.       Top = 24
  235.       Caption = 'Browser'
  236.       object lblBrowserPath: TLabel
  237.         Left = 8
  238.         Top = 16
  239.         Width = 22
  240.         Height = 13
  241.         Caption = 'Path'
  242.         FocusControl = EditBrowser
  243.       end
  244.       object EditBrowser: TEdit
  245.         Left = 8
  246.         Top = 32
  247.         Width = 377
  248.         Height = 21
  249.         Hint = 'Path of browser to use with '#39'Preview'#39' funtion'
  250.         ParentShowHint = False
  251.         ShowHint = True
  252.         TabOrder = 0
  253.         OnChange = EditBrowserChange
  254.       end
  255.       object btnBrowse: TBitBtn
  256.         Left = 296
  257.         Top = 64
  258.         Width = 89
  259.         Height = 22
  260.         Hint = 'Browse for a file on the local computer'
  261.         Caption = 'B&rowse ...'
  262.         ParentShowHint = False
  263.         ShowHint = True
  264.         TabOrder = 1
  265.         OnClick = btnBrowseClick
  266.       end
  267.       object cbBrowserIsNetscape: TCheckBox
  268.         Left = 8
  269.         Top = 88
  270.         Width = 121
  271.         Height = 17
  272.         Hint = 
  273.           'Check only if the specified browser really is'#13'a Netscape Navigat' +
  274.           'or or Communicator.'#13'Checking this box will enable DDE, so only'#13'o' +
  275.           'ne instance of the browser will be loaded.|'
  276.         Caption = 'Browser is Netscape'
  277.         ParentShowHint = False
  278.         ShowHint = True
  279.         TabOrder = 2
  280.         OnClick = cbBrowserIsNetscapeClick
  281.       end
  282.       object cbBrowserIsMSIE: TCheckBox
  283.         Left = 8
  284.         Top = 112
  285.         Width = 153
  286.         Height = 17
  287.         Hint = 
  288.           'Check only if the specified browser really is'#13'a Microsoft Intern' +
  289.           'et Explorer.'#13'Checking this box will enable DDE, so only'#13'one inst' +
  290.           'ance of the browser will be loaded.|'
  291.         Caption = 'Browser is Internet Explorer'
  292.         ParentShowHint = False
  293.         ShowHint = True
  294.         TabOrder = 3
  295.         OnClick = cbBrowserIsMSIEClick
  296.       end
  297.       object cbUseIE: TCheckBox
  298.         Left = 8
  299.         Top = 152
  300.         Width = 209
  301.         Height = 17
  302.         Hint = 
  303.           'Use Microsoft Internet Explorer as internal previewer on the Pow' +
  304.           'erPanel ? (Requires Internet Explorer 3 or higher installed)'
  305.         Caption = 'Use Internet Explorer as internal browser'
  306.         ParentShowHint = False
  307.         ShowHint = True
  308.         TabOrder = 4
  309.       end
  310.     end
  311.     object TTabPage
  312.       Left = 4
  313.       Top = 24
  314.       Caption = 'Help File'
  315.       object lblExternalHelpFilePath: TLabel
  316.         Left = 8
  317.         Top = 16
  318.         Width = 22
  319.         Height = 13
  320.         Caption = 'Path'
  321.         FocusControl = EditExternalHelpFile
  322.       end
  323.       object lblCaption: TLabel
  324.         Left = 8
  325.         Top = 100
  326.         Width = 36
  327.         Height = 13
  328.         Caption = 'Caption'
  329.         FocusControl = EditCaption
  330.       end
  331.       object EditExternalHelpFile: TEdit
  332.         Left = 8
  333.         Top = 32
  334.         Width = 377
  335.         Height = 21
  336.         Hint = 'The help file that will be called when F1 is pressed'
  337.         ParentShowHint = False
  338.         ShowHint = True
  339.         TabOrder = 0
  340.         OnChange = EditExternalHelpFileChange
  341.       end
  342.       object EditCaption: TEdit
  343.         Left = 8
  344.         Top = 116
  345.         Width = 377
  346.         Height = 21
  347.         Hint = 
  348.           'Text to appear in the help menu for the menu item that calls the' +
  349.           ' help file'
  350.         ParentShowHint = False
  351.         ShowHint = True
  352.         TabOrder = 2
  353.       end
  354.       object btnBrowse2: TBitBtn
  355.         Left = 296
  356.         Top = 64
  357.         Width = 89
  358.         Height = 22
  359.         Caption = 'Browse ...'
  360.         TabOrder = 1
  361.         OnClick = btnBrowse2Click
  362.       end
  363.     end
  364.     object TTabPage
  365.       Left = 4
  366.       Top = 24
  367.       Caption = 'Filer'
  368.       object Align: TLabel
  369.         Left = 8
  370.         Top = 8
  371.         Width = 106
  372.         Height = 13
  373.         Caption = 'PowerPanel Alignment'
  374.       end
  375.       object lblStartUpFolder: TLabel
  376.         Left = 8
  377.         Top = 56
  378.         Width = 172
  379.         Height = 13
  380.         Caption = '&Start up folder (leave blank for none)'
  381.         FocusControl = EditStartUpFolder
  382.       end
  383.       object btnStartUpFolder: TSpeedButton
  384.         Left = 360
  385.         Top = 72
  386.         Width = 21
  387.         Height = 21
  388.         Hint = 'Browse for a folder|'
  389.         ParentShowHint = False
  390.         ShowHint = True
  391.         OnClick = btnStartUpFolderClick
  392.       end
  393.       object Label2: TLabel
  394.         Left = 8
  395.         Top = 152
  396.         Width = 251
  397.         Height = 13
  398.         Caption = '&Extensions for documents (separate with semi-colons)'
  399.         FocusControl = EditDocExtensions
  400.       end
  401.       object cbImages: TCheckBox
  402.         Left = 8
  403.         Top = 104
  404.         Width = 161
  405.         Height = 17
  406.         Hint = 
  407.           'use the <IMG> tag instead of <A> (only for images) when dragged ' +
  408.           'on an open document'
  409.         Caption = 'Use <&IMG> tag with images'
  410.         ParentShowHint = False
  411.         ShowHint = True
  412.         TabOrder = 3
  413.       end
  414.       object cbText: TCheckBox
  415.         Left = 8
  416.         Top = 128
  417.         Width = 97
  418.         Height = 17
  419.         Hint = 
  420.           'don'#39't use the <A> tag with text files, but insert their content ' +
  421.           'into the current file when dragged onto it'
  422.         Caption = 'Insert &text files'
  423.         ParentShowHint = False
  424.         ShowHint = True
  425.         TabOrder = 4
  426.       end
  427.       object rbLeft: TRadioButton
  428.         Left = 120
  429.         Top = 8
  430.         Width = 57
  431.         Height = 17
  432.         Caption = '&Left'
  433.         TabOrder = 0
  434.       end
  435.       object rbRight: TRadioButton
  436.         Left = 120
  437.         Top = 24
  438.         Width = 57
  439.         Height = 17
  440.         Caption = '&Right'
  441.         TabOrder = 1
  442.       end
  443.       object EditStartUpFolder: TEdit
  444.         Left = 8
  445.         Top = 72
  446.         Width = 345
  447.         Height = 21
  448.         Hint = 
  449.           'Enter the path you would like to be the'#13'current one upon startup' +
  450.           '|Enter the path you would like to be the current one upon startu' +
  451.           'p'
  452.         ParentShowHint = False
  453.         ShowHint = True
  454.         TabOrder = 2
  455.       end
  456.       object EditDocExtensions: TEdit
  457.         Left = 8
  458.         Top = 168
  459.         Width = 377
  460.         Height = 21
  461.         Hint = 
  462.           'When double-clicked in the filer, treat those file types as docu' +
  463.           'ments'
  464.         ParentShowHint = False
  465.         ShowHint = True
  466.         TabOrder = 5
  467.       end
  468.     end
  469.     object TTabPage
  470.       Left = 4
  471.       Top = 24
  472.       Caption = 'Font'
  473.       object Label1: TLabel
  474.         Left = 8
  475.         Top = 56
  476.         Width = 41
  477.         Height = 13
  478.         Caption = 'Preview:'
  479.       end
  480.       object lblFont: TLabel
  481.         Left = 8
  482.         Top = 16
  483.         Width = 21
  484.         Height = 13
  485.         Caption = '&Font'
  486.         FocusControl = cbFont
  487.       end
  488.       object lblSize: TLabel
  489.         Left = 240
  490.         Top = 16
  491.         Width = 20
  492.         Height = 13
  493.         Caption = '&Size'
  494.         FocusControl = seSize
  495.       end
  496.       object Memo: TMemo
  497.         Left = 8
  498.         Top = 72
  499.         Width = 377
  500.         Height = 89
  501.         Lines.Strings = (
  502.           'The quick brown fox jumps over the lazy dog.'
  503.           'This is what your text will look like.')
  504.         TabOrder = 0
  505.       end
  506.       object seSize: TSpinEdit
  507.         Left = 272
  508.         Top = 16
  509.         Width = 49
  510.         Height = 22
  511.         MaxValue = 100
  512.         MinValue = 1
  513.         TabOrder = 1
  514.         Value = 10
  515.         OnChange = seSizeChange
  516.       end
  517.       object cbFont: TComboBox
  518.         Left = 48
  519.         Top = 16
  520.         Width = 145
  521.         Height = 21
  522.         Style = csDropDownList
  523.         ItemHeight = 13
  524.         TabOrder = 2
  525.         OnChange = cbFontChange
  526.       end
  527.     end
  528.     object TTabPage
  529.       Left = 4
  530.       Top = 24
  531.       Caption = 'TagComplete'
  532.       object cbTagComplete: TCheckBox
  533.         Left = 8
  534.         Top = 8
  535.         Width = 161
  536.         Height = 17
  537.         Hint = 'Indicates whether to enable or to disable TagComplete'
  538.         Caption = 'Use the &TagComplete feature'
  539.         ParentShowHint = False
  540.         ShowHint = True
  541.         TabOrder = 0
  542.       end
  543.       object cbSpace: TCheckBox
  544.         Left = 8
  545.         Top = 24
  546.         Width = 153
  547.         Height = 17
  548.         Hint = 'Require the user to press the space bar to start TagComplete ?'
  549.         Caption = 'Require &space bar pressed'
  550.         ParentShowHint = False
  551.         ShowHint = True
  552.         TabOrder = 1
  553.       end
  554.       object ListViewTagComplete: TListView
  555.         Left = 8
  556.         Top = 48
  557.         Width = 377
  558.         Height = 153
  559.         Columns = <
  560.           item
  561.             Caption = 'Start tag'
  562.             Width = 100
  563.           end
  564.           item
  565.             Caption = 'End tag'
  566.             Width = 100
  567.           end>
  568.         ColumnClick = False
  569.         HotTrackStyles = []
  570.         ReadOnly = True
  571.         SortType = stBoth
  572.         TabOrder = 2
  573.         ViewStyle = vsReport
  574.       end
  575.       object btnNew: TButton
  576.         Left = 152
  577.         Top = 208
  578.         Width = 75
  579.         Height = 25
  580.         Caption = '&New'
  581.         TabOrder = 3
  582.         OnClick = btnNewClick
  583.       end
  584.       object btnEdit: TButton
  585.         Left = 232
  586.         Top = 208
  587.         Width = 75
  588.         Height = 25
  589.         Caption = '&Edit'
  590.         TabOrder = 4
  591.         OnClick = btnEditClick
  592.       end
  593.       object btnDelete: TButton
  594.         Left = 312
  595.         Top = 208
  596.         Width = 75
  597.         Height = 25
  598.         Caption = '&Delete'
  599.         TabOrder = 5
  600.         OnClick = btnDeleteClick
  601.       end
  602.     end
  603.     object TTabPage
  604.       Left = 4
  605.       Top = 24
  606.       Caption = 'TagInfo'
  607.       object lblTagInfoTime: TLabel
  608.         Left = 8
  609.         Top = 40
  610.         Width = 23
  611.         Height = 13
  612.         Hint = 
  613.           'The time the software  waits until it activates'#13'the TagInfo feat' +
  614.           'ure|The time the software waits until it activates the TagInfo f' +
  615.           'eature'
  616.         Caption = '&Time'
  617.         FocusControl = seTagInfoTime
  618.         ParentShowHint = False
  619.         ShowHint = True
  620.       end
  621.       object cbTagInfo: TCheckBox
  622.         Left = 8
  623.         Top = 16
  624.         Width = 137
  625.         Height = 17
  626.         Hint = 'Indicates whether to enable or to disable TagInfo'
  627.         Caption = '&Use the TagInfo feature'
  628.         ParentShowHint = False
  629.         ShowHint = True
  630.         TabOrder = 0
  631.       end
  632.       object seTagInfoTime: TSpinEdit
  633.         Left = 40
  634.         Top = 40
  635.         Width = 57
  636.         Height = 22
  637.         Hint = 
  638.           'The time the software waits until it activates'#13'the TagInfo featu' +
  639.           're|The time the software waits until it activates the TagInfo fe' +
  640.           'ature'
  641.         MaxLength = 2
  642.         MaxValue = 60
  643.         MinValue = 0
  644.         ParentShowHint = False
  645.         ShowHint = True
  646.         TabOrder = 1
  647.         Value = 1
  648.       end
  649.     end
  650.     object TTabPage
  651.       Left = 4
  652.       Top = 24
  653.       Caption = 'Other'
  654.       object lblAutoSave: TLabel
  655.         Left = 8
  656.         Top = 16
  657.         Width = 72
  658.         Height = 13
  659.         Caption = ' &Autosave after'
  660.         FocusControl = seMinutes
  661.       end
  662.       object lblMinutes: TLabel
  663.         Left = 149
  664.         Top = 16
  665.         Width = 36
  666.         Height = 13
  667.         Caption = 'minutes'
  668.       end
  669.       object seMinutes: TSpinEdit
  670.         Left = 88
  671.         Top = 16
  672.         Width = 49
  673.         Height = 22
  674.         Hint = 'enter 0 to disable autosaving'
  675.         MaxValue = 1000
  676.         MinValue = 0
  677.         ParentShowHint = False
  678.         ShowHint = True
  679.         TabOrder = 0
  680.         Value = 0
  681.       end
  682.       object cbShowTooltips: TCheckBox
  683.         Left = 8
  684.         Top = 48
  685.         Width = 97
  686.         Height = 17
  687.         Hint = 
  688.           'Do you want those little tooltips to'#13'appear when the mouse curso' +
  689.           'r'#13'stays over a button for some time ?|Show tooltips ?'
  690.         Caption = '&Show tooltips'
  691.         ParentShowHint = False
  692.         ShowHint = True
  693.         TabOrder = 1
  694.       end
  695.     end
  696.   end
  697.   object btnHelp: TButton
  698.     Left = 336
  699.     Top = 280
  700.     Width = 75
  701.     Height = 25
  702.     Hint = 'Help on options'
  703.     Caption = '&Help'
  704.     ParentShowHint = False
  705.     ShowHint = True
  706.     TabOrder = 2
  707.     OnClick = btnHelpClick
  708.   end
  709.   object DlgBrowser: TOpenDialog
  710.     DefaultExt = 'exe'
  711.     FileName = '*.exe'
  712.     Filter = 'Executables|*.exe'
  713.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  714.     Title = 'Select a browser'
  715.     Left = 48
  716.     Top = 368
  717.   end
  718.   object DlgHelpFile: TOpenDialog
  719.     DefaultExt = 'hlp'
  720.     FileName = '*.hlp'
  721.     Filter = 'Help files|*.hlp'
  722.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  723.     Title = 'Select a help file'
  724.     Left = 88
  725.     Top = 368
  726.   end
  727.   object FolderBrowse: TFolderBrowse
  728.     Title = 'Browse for folder to make active folder upon startup'
  729.     Left = 128
  730.     Top = 368
  731.   end
  732. end
  733.